type github.com/jackc/pgx/v5/pgtype.encodePlanBitsCodecText

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bits.go#L83: 		return encodePlanBitsCodecText{}
		bits.go#L105: type encodePlanBitsCodecText struct{}
		bits.go#L107: func (encodePlanBitsCodecText) Encode(value any, buf []byte) (newBuf []byte, err error) {